Html Css Color HEX #CCDA73 Goldenrod

📋 copy color: '#CCDA73'

red 204 ◦ green 218 ◦ blue 115

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

Shades of Goldenrod #CCDA73

Tints of Goldenrod #CCDA73

RGB

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

 GREEN value IS 218 (85.55% from 255) = 40.6%

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

R = 37.99%
G = 40.6%
B = 21.42%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#CCDA73 (or 0xCCDA73) is known color: Goldenrod. HEX triplet: CC, DA and 73. RGB value is (204,218,115). Sum of RGB (Red+Green+Blue) = 204+218+115=537 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.99% from 537); Green value is 218 (85.55% from 255 or 40.60% from 537); Blue value is 115 (45.31% from 255 or 21.42% from 537); Max value from RGB is 218 - color contains mainly: green. Hex color #CCDA73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCDA73 is #33258C. Grayscale: #CACACA. Windows color (decimal): -3351949 or 7592652. OLE color: 7592652.

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

Color convert

RGB 204 218 115 -
CMYK 0.06 0 0.47 0.15
HSL 68.16º 0.58% 0.65% -
HSV(B) 68.16º 0.47% 0.85% -
XYZ 53.07 64.22 25.82 -
YUV 202.07 78.86 129.38 -
System Red Green Blue C M Y K H S L
Decimal 204 218 115 0.06 0 0.47 0.15 68.16 0.58 0.65
Hex CC DA 73 6 0 2F F 44 3A 41
Octal 314 332 163 6 0 57 17 104 72 101
Binary 11001100 11011010 1110011 110 0 101111 1111 1000100 111010 1000001

Color Harmonies of #CCDA73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDA73

Black with #CCDA73

Text Example


Text Example

White with #CCDA73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDA73; }

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

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

background-color css

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

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

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

border-color css

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

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

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