Html Css Color HEX #CCDA68 Goldenrod

📋 copy color: '#CCDA68'

red 204 ◦ green 218 ◦ blue 104

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

Shades of Goldenrod #CCDA68

Tints of Goldenrod #CCDA68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 19.77%

R = 38.78%
G = 41.44%
B = 19.77%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.52

 K value IS 0.15

RGB Variations

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

Color information

#CCDA68 (or 0xCCDA68) is known color: Goldenrod. HEX triplet: CC, DA and 68. RGB value is (204,218,104). Sum of RGB (Red+Green+Blue) = 204+218+104=526 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.78% from 526); Green value is 218 (85.55% from 255 or 41.44% from 526); Blue value is 104 (41.02% from 255 or 19.77% from 526); Max value from RGB is 218 - color contains mainly: green. Hex color #CCDA68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCDA68 is #332597. Grayscale: #C9C9C9. Windows color (decimal): -3351960 or 6871756. OLE color: 6871756.

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

Color convert

RGB 204 218 104 -
CMYK 0.06 0 0.52 0.15
HSL 67.37º 0.61% 0.63% -
HSV(B) 67.37º 0.52% 0.85% -
XYZ 52.47 63.98 22.68 -
YUV 200.82 73.36 130.27 -
System Red Green Blue C M Y K H S L
Decimal 204 218 104 0.06 0 0.52 0.15 67.37 0.61 0.63
Hex CC DA 68 6 0 34 F 43 3D 3F
Octal 314 332 150 6 0 64 17 103 75 77
Binary 11001100 11011010 1101000 110 0 110100 1111 1000011 111101 111111

Color Harmonies of #CCDA68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDA68

Black with #CCDA68

Text Example


Text Example

White with #CCDA68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDA68; }

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

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

background-color css

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

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

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

border-color css

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

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

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