Html Css Color HEX #CCDA6F Goldenrod

📋 copy color: '#CCDA6F'

red 204 ◦ green 218 ◦ blue 111

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

Shades of Goldenrod #CCDA6F

Tints of Goldenrod #CCDA6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 20.83%

R = 38.27%
G = 40.9%
B = 20.83%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#CCDA6F (or 0xCCDA6F) is known color: Goldenrod. HEX triplet: CC, DA and 6F. RGB value is (204,218,111). Sum of RGB (Red+Green+Blue) = 204+218+111=533 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.27% from 533); Green value is 218 (85.55% from 255 or 40.90% from 533); Blue value is 111 (43.75% from 255 or 20.83% from 533); Max value from RGB is 218 - color contains mainly: green. Hex color #CCDA6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCDA6F is #332590. Grayscale: #CACACA. Windows color (decimal): -3351953 or 7330508. OLE color: 7330508.

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

Color convert

RGB 204 218 111 -
CMYK 0.06 0 0.49 0.15
HSL 67.85º 0.59% 0.65% -
HSV(B) 67.85º 0.49% 0.85% -
XYZ 52.84 64.13 24.63 -
YUV 201.62 76.86 129.7 -
System Red Green Blue C M Y K H S L
Decimal 204 218 111 0.06 0 0.49 0.15 67.85 0.59 0.65
Hex CC DA 6F 6 0 31 F 44 3B 41
Octal 314 332 157 6 0 61 17 104 73 101
Binary 11001100 11011010 1101111 110 0 110001 1111 1000100 111011 1000001

Color Harmonies of #CCDA6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDA6F

Black with #CCDA6F

Text Example


Text Example

White with #CCDA6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDA6F; }

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

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

background-color css

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

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

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

border-color css

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

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

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