Html Css Color HEX #CCDB70 Goldenrod

📋 copy color: '#CCDB70'

red 204 ◦ green 219 ◦ blue 112

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

Shades of Goldenrod #CCDB70

Tints of Goldenrod #CCDB70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 20.93%

R = 38.13%
G = 40.93%
B = 20.93%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#CCDB70 (or 0xCCDB70) is known color: Goldenrod. HEX triplet: CC, DB and 70. RGB value is (204,219,112). Sum of RGB (Red+Green+Blue) = 204+219+112=535 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.13% from 535); Green value is 219 (85.94% from 255 or 40.93% from 535); Blue value is 112 (44.14% from 255 or 20.93% from 535); Max value from RGB is 219 - color contains mainly: green. Hex color #CCDB70 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCDB70 is #33248F. Grayscale: #CACACA. Windows color (decimal): -3351696 or 7396300. OLE color: 7396300.

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

Color convert

RGB 204 219 112 -
CMYK 0.07 0 0.49 0.14
HSL 68.41º 0.6% 0.65% -
HSV(B) 68.41º 0.49% 0.86% -
XYZ 53.16 64.67 25.01 -
YUV 202.32 77.03 129.2 -
System Red Green Blue C M Y K H S L
Decimal 204 219 112 0.07 0 0.49 0.14 68.41 0.6 0.65
Hex CC DB 70 7 0 31 E 44 3C 41
Octal 314 333 160 7 0 61 16 104 74 101
Binary 11001100 11011011 1110000 111 0 110001 1110 1000100 111100 1000001

Color Harmonies of #CCDB70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDB70

Black with #CCDB70

Text Example


Text Example

White with #CCDB70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDB70; }

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

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

background-color css

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

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

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

border-color css

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

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

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