Html Css Color HEX #CDDB73 Goldenrod

📋 copy color: '#CDDB73'

red 205 ◦ green 219 ◦ blue 115

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

Shades of Goldenrod #CDDB73

Tints of Goldenrod #CDDB73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 21.34%

R = 38.03%
G = 40.63%
B = 21.34%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#CDDB73 (or 0xCDDB73) is known color: Goldenrod. HEX triplet: CD, DB and 73. RGB value is (205,219,115). Sum of RGB (Red+Green+Blue) = 205+219+115=539 (71% of max value = 765). Red value is 205 (80.47% from 255 or 38.03% from 539); Green value is 219 (85.94% from 255 or 40.63% from 539); Blue value is 115 (45.31% from 255 or 21.34% from 539); Max value from RGB is 219 - color contains mainly: green. Hex color #CDDB73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDDB73 is #32248C. Grayscale: #CBCBCB. Windows color (decimal): -3286157 or 7592909. OLE color: 7592909.

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

Color convert

RGB 205 219 115 -
CMYK 0.06 0 0.47 0.14
HSL 68.08º 0.59% 0.65% -
HSV(B) 68.08º 0.47% 0.86% -
XYZ 53.6 64.88 25.92 -
YUV 202.96 78.36 129.46 -
System Red Green Blue C M Y K H S L
Decimal 205 219 115 0.06 0 0.47 0.14 68.08 0.59 0.65
Hex CD DB 73 6 0 2F E 44 3B 41
Octal 315 333 163 6 0 57 16 104 73 101
Binary 11001101 11011011 1110011 110 0 101111 1110 1000100 111011 1000001

Color Harmonies of #CDDB73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDDB73

Black with #CDDB73

Text Example


Text Example

White with #CDDB73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDDB73; }

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

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

background-color css

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

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

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

border-color css

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

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

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