Html Css Color HEX #CCDC67 Goldenrod

📋 copy color: '#CCDC67'

red 204 ◦ green 220 ◦ blue 103

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

Shades of Goldenrod #CCDC67

Tints of Goldenrod #CCDC67

RGB

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

 GREEN value IS 220 (86.33% from 255) = 41.75%

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

R = 38.71%
G = 41.75%
B = 19.54%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.53

 K value IS 0.14

RGB Variations

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

Color information

#CCDC67 (or 0xCCDC67) is known color: Goldenrod. HEX triplet: CC, DC and 67. RGB value is (204,220,103). Sum of RGB (Red+Green+Blue) = 204+220+103=527 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.71% from 527); Green value is 220 (86.33% from 255 or 41.75% from 527); Blue value is 103 (40.62% from 255 or 19.54% from 527); Max value from RGB is 220 - color contains mainly: green. Hex color #CCDC67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCDC67 is #332398. Grayscale: #CACACA. Windows color (decimal): -3351449 or 6806732. OLE color: 6806732.

HSL color Cylindrical-coordinate representation of color #CCDC67: hue angle of 68.21º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CCDC67 is Cyan = 0.07, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.14.

Color convert

RGB 204 220 103 -
CMYK 0.07 0 0.53 0.14
HSL 68.21º 0.63% 0.63% -
HSV(B) 68.21º 0.53% 0.86% -
XYZ 52.94 65 22.59 -
YUV 201.88 72.2 129.51 -
System Red Green Blue C M Y K H S L
Decimal 204 220 103 0.07 0 0.53 0.14 68.21 0.63 0.63
Hex CC DC 67 7 0 35 E 44 3F 3F
Octal 314 334 147 7 0 65 16 104 77 77
Binary 11001100 11011100 1100111 111 0 110101 1110 1000100 111111 111111

Color Harmonies of #CCDC67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDC67

Black with #CCDC67

Text Example


Text Example

White with #CCDC67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDC67; }

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

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

background-color css

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

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

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

border-color css

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

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

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