Html Css Color HEX #CDD871 Goldenrod

📋 copy color: '#CDD871'

red 205 ◦ green 216 ◦ blue 113

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

Shades of Goldenrod #CDD871

Tints of Goldenrod #CDD871

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 21.16%

R = 38.39%
G = 40.45%
B = 21.16%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#CDD871 (or 0xCDD871) is known color: Goldenrod. HEX triplet: CD, D8 and 71. RGB value is (205,216,113). Sum of RGB (Red+Green+Blue) = 205+216+113=534 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.39% from 534); Green value is 216 (84.77% from 255 or 40.45% from 534); Blue value is 113 (44.53% from 255 or 21.16% from 534); Max value from RGB is 216 - color contains mainly: green. Hex color #CDD871 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD871 is #32278E. Grayscale: #C9C9C9. Windows color (decimal): -3286927 or 7461069. OLE color: 7461069.

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

Color convert

RGB 205 216 113 -
CMYK 0.05 0 0.48 0.15
HSL 66.41º 0.57% 0.65% -
HSV(B) 66.41º 0.48% 0.85% -
XYZ 52.71 63.28 25.06 -
YUV 200.97 78.36 130.88 -
System Red Green Blue C M Y K H S L
Decimal 205 216 113 0.05 0 0.48 0.15 66.41 0.57 0.65
Hex CD D8 71 5 0 30 F 42 39 41
Octal 315 330 161 5 0 60 17 102 71 101
Binary 11001101 11011000 1110001 101 0 110000 1111 1000010 111001 1000001

Color Harmonies of #CDD871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD871

Black with #CDD871

Text Example


Text Example

White with #CDD871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD871; }

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

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

background-color css

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

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

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

border-color css

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

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

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