Html Css Color HEX #CCDA6D Goldenrod

📋 copy color: '#CCDA6D'

red 204 ◦ green 218 ◦ blue 109

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

Shades of Goldenrod #CCDA6D

Tints of Goldenrod #CCDA6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 20.53%

R = 38.42%
G = 41.05%
B = 20.53%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.5

 K value IS 0.15

RGB Variations

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

Color information

#CCDA6D (or 0xCCDA6D) is known color: Goldenrod. HEX triplet: CC, DA and 6D. RGB value is (204,218,109). Sum of RGB (Red+Green+Blue) = 204+218+109=531 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.42% from 531); Green value is 218 (85.55% from 255 or 41.05% from 531); Blue value is 109 (42.97% from 255 or 20.53% from 531); Max value from RGB is 218 - color contains mainly: green. Hex color #CCDA6D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCDA6D is #332592. Grayscale: #C9C9C9. Windows color (decimal): -3351955 or 7199436. OLE color: 7199436.

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

Color convert

RGB 204 218 109 -
CMYK 0.06 0 0.5 0.15
HSL 67.71º 0.6% 0.64% -
HSV(B) 67.71º 0.5% 0.85% -
XYZ 52.73 64.08 24.06 -
YUV 201.39 75.86 129.86 -
System Red Green Blue C M Y K H S L
Decimal 204 218 109 0.06 0 0.5 0.15 67.71 0.6 0.64
Hex CC DA 6D 6 0 32 F 44 3C 40
Octal 314 332 155 6 0 62 17 104 74 100
Binary 11001100 11011010 1101101 110 0 110010 1111 1000100 111100 1000000

Color Harmonies of #CCDA6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDA6D

Black with #CCDA6D

Text Example


Text Example

White with #CCDA6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDA6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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