Html Css Color HEX #CCDA67 Goldenrod

📋 copy color: '#CCDA67'

red 204 ◦ green 218 ◦ blue 103

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

Shades of Goldenrod #CCDA67

Tints of Goldenrod #CCDA67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 19.62%

R = 38.86%
G = 41.52%
B = 19.62%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.53

 K value IS 0.15

RGB Variations

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

Color information

#CCDA67 (or 0xCCDA67) is known color: Goldenrod. HEX triplet: CC, DA and 67. RGB value is (204,218,103). Sum of RGB (Red+Green+Blue) = 204+218+103=525 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.86% from 525); Green value is 218 (85.55% from 255 or 41.52% from 525); Blue value is 103 (40.62% from 255 or 19.62% from 525); Max value from RGB is 218 - color contains mainly: green. Hex color #CCDA67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCDA67 is #332598. Grayscale: #C9C9C9. Windows color (decimal): -3351961 or 6806220. OLE color: 6806220.

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

Color convert

RGB 204 218 103 -
CMYK 0.06 0 0.53 0.15
HSL 67.3º 0.61% 0.63% -
HSV(B) 67.3º 0.53% 0.85% -
XYZ 52.42 63.96 22.41 -
YUV 200.7 72.86 130.35 -
System Red Green Blue C M Y K H S L
Decimal 204 218 103 0.06 0 0.53 0.15 67.3 0.61 0.63
Hex CC DA 67 6 0 35 F 43 3D 3F
Octal 314 332 147 6 0 65 17 103 75 77
Binary 11001100 11011010 1100111 110 0 110101 1111 1000011 111101 111111

Color Harmonies of #CCDA67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDA67

Black with #CCDA67

Text Example


Text Example

White with #CCDA67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDA67; }

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

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

background-color css

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

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

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

border-color css

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

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

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