Html Css Color HEX #CDDB71 Goldenrod

📋 copy color: '#CDDB71'

red 205 ◦ green 219 ◦ blue 113

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

Shades of Goldenrod #CDDB71

Tints of Goldenrod #CDDB71

RGB

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

 GREEN value IS 219 (85.94% from 255) = 40.78%

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

R = 38.18%
G = 40.78%
B = 21.04%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#CDDB71 (or 0xCDDB71) is known color: Goldenrod. HEX triplet: CD, DB and 71. RGB value is (205,219,113). Sum of RGB (Red+Green+Blue) = 205+219+113=537 (71% of max value = 765). Red value is 205 (80.47% from 255 or 38.18% from 537); Green value is 219 (85.94% from 255 or 40.78% from 537); Blue value is 113 (44.53% from 255 or 21.04% from 537); Max value from RGB is 219 - color contains mainly: green. Hex color #CDDB71 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDDB71 is #32248E. Grayscale: #CBCBCB. Windows color (decimal): -3286159 or 7461837. OLE color: 7461837.

HSL color Cylindrical-coordinate representation of color #CDDB71: hue angle of 67.92º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CDDB71 is Cyan = 0.06, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.14.

Color convert

RGB 205 219 113 -
CMYK 0.06 0 0.48 0.14
HSL 67.92º 0.6% 0.65% -
HSV(B) 67.92º 0.48% 0.86% -
XYZ 53.49 64.83 25.32 -
YUV 202.73 77.36 129.62 -
System Red Green Blue C M Y K H S L
Decimal 205 219 113 0.06 0 0.48 0.14 67.92 0.6 0.65
Hex CD DB 71 6 0 30 E 44 3C 41
Octal 315 333 161 6 0 60 16 104 74 101
Binary 11001101 11011011 1110001 110 0 110000 1110 1000100 111100 1000001

Color Harmonies of #CDDB71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDDB71

Black with #CDDB71

Text Example


Text Example

White with #CDDB71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDDB71; }

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

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

background-color css

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

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

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

border-color css

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

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

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