Html Css Color HEX #CDD865 Goldenrod

📋 copy color: '#CDD865'

red 205 ◦ green 216 ◦ blue 101

#CDD865
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Goldenrod #CDD865

Tints of Goldenrod #CDD865

RGB

 RED value IS 205 (80.47% from 255) = 39.27%

 GREEN value IS 216 (84.77% from 255) = 41.38%

 BLUE value IS 101 (39.84% from 255) = 19.35%

R = 39.27%
G = 41.38%
B = 19.35%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.53

 K value IS 0.15

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CDD865 (or 0xCDD865) is known color: Goldenrod. HEX triplet: CD, D8 and 65. RGB value is (205,216,101). Sum of RGB (Red+Green+Blue) = 205+216+101=522 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.27% from 522); Green value is 216 (84.77% from 255 or 41.38% from 522); Blue value is 101 (39.84% from 255 or 19.35% from 522); Max value from RGB is 216 - color contains mainly: green. Hex color #CDD865 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD865 is #32279A. Grayscale: #C8C8C8. Windows color (decimal): -3286939 or 6674637. OLE color: 6674637.

HSL color Cylindrical-coordinate representation of color #CDD865: hue angle of 65.74º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CDD865 is Cyan = 0.05, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.15.

Color convert

RGB 205 216 101 -
CMYK 0.05 0 0.53 0.15
HSL 65.74º 0.6% 0.62% -
HSV(B) 65.74º 0.53% 0.85% -
XYZ 52.08 63.03 21.73 -
YUV 199.6 72.36 131.85 -
System Red Green Blue C M Y K H S L
Decimal 205 216 101 0.05 0 0.53 0.15 65.74 0.6 0.62
Hex CD D8 65 5 0 35 F 42 3C 3E
Octal 315 330 145 5 0 65 17 102 74 76
Binary 11001101 11011000 1100101 101 0 110101 1111 1000010 111100 111110

Color Harmonies of #CDD865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD865

Black with #CDD865

Text Example


Text Example

White with #CDD865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD865; }

 p { color: rgb(205,216,101); }

 H1.HeaderClassName
 {
   color: #CDD865;
 }
 .AnyTagClassName
 {
   color: #CDD865;
 }
</style>

background-color css

<style>
 a { background-color: #CDD865; }

 a { background-color: rgb(205,216,101); }

 div.DivClassName
 {
   background-color: #CDD865;
 }
 .BgClassName
 {
   background-color: #CDD865;
 }
</style>

border-color css

<style>
 span { border-color: #CDD865; }

 span { border-color: rgb(205,216,101); }

 td.TdClassName
 {
   border-color: #CDD865;
 }
 .TagClassName
 {
   border-color: #CDD865;
 }
</style>