Html Css Color HEX #CCDB73 Goldenrod

📋 copy color: '#CCDB73'

red 204 ◦ green 219 ◦ blue 115

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

Shades of Goldenrod #CCDB73

Tints of Goldenrod #CCDB73

RGB

 RED value IS 204 (80.08% from 255) = 37.92%

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

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

R = 37.92%
G = 40.71%
B = 21.38%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#CCDB73 (or 0xCCDB73) is known color: Goldenrod. HEX triplet: CC, DB and 73. RGB value is (204,219,115). Sum of RGB (Red+Green+Blue) = 204+219+115=538 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.92% from 538); Green value is 219 (85.94% from 255 or 40.71% from 538); Blue value is 115 (45.31% from 255 or 21.38% from 538); Max value from RGB is 219 - color contains mainly: green. Hex color #CCDB73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCDB73 is #33248C. Grayscale: #CBCBCB. Windows color (decimal): -3351693 or 7592908. OLE color: 7592908.

HSL color Cylindrical-coordinate representation of color #CCDB73: hue angle of 68.65º 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 #CCDB73 is Cyan = 0.07, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.14.

Color convert

RGB 204 219 115 -
CMYK 0.07 0 0.47 0.14
HSL 68.65º 0.59% 0.65% -
HSV(B) 68.65º 0.47% 0.86% -
XYZ 53.33 64.74 25.9 -
YUV 202.66 78.53 128.96 -
System Red Green Blue C M Y K H S L
Decimal 204 219 115 0.07 0 0.47 0.14 68.65 0.59 0.65
Hex CC DB 73 7 0 2F E 45 3B 41
Octal 314 333 163 7 0 57 16 105 73 101
Binary 11001100 11011011 1110011 111 0 101111 1110 1000101 111011 1000001

Color Harmonies of #CCDB73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDB73

Black with #CCDB73

Text Example


Text Example

White with #CCDB73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDB73; }

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

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

background-color css

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

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

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

border-color css

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

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

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