Html Css Color HEX #CCD767 Goldenrod

📋 copy color: '#CCD767'

red 204 ◦ green 215 ◦ blue 103

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

Shades of Goldenrod #CCD767

Tints of Goldenrod #CCD767

RGB

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

 GREEN value IS 215 (84.38% from 255) = 41.19%

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

R = 39.08%
G = 41.19%
B = 19.73%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.52

 K value IS 0.16

RGB Variations

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

Color information

#CCD767 (or 0xCCD767) is known color: Goldenrod. HEX triplet: CC, D7 and 67. RGB value is (204,215,103). Sum of RGB (Red+Green+Blue) = 204+215+103=522 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.08% from 522); Green value is 215 (84.38% from 255 or 41.19% from 522); Blue value is 103 (40.62% from 255 or 19.73% from 522); Max value from RGB is 215 - color contains mainly: green. Hex color #CCD767 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD767 is #332898. Grayscale: #C7C7C7. Windows color (decimal): -3352729 or 6805452. OLE color: 6805452.

HSL color Cylindrical-coordinate representation of color #CCD767: hue angle of 65.89º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CCD767 is Cyan = 0.05, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.16.

Color convert

RGB 204 215 103 -
CMYK 0.05 0 0.52 0.16
HSL 65.89º 0.58% 0.62% -
HSV(B) 65.89º 0.52% 0.84% -
XYZ 51.65 62.42 22.16 -
YUV 198.94 73.86 131.61 -
System Red Green Blue C M Y K H S L
Decimal 204 215 103 0.05 0 0.52 0.16 65.89 0.58 0.62
Hex CC D7 67 5 0 34 10 42 3A 3E
Octal 314 327 147 5 0 64 20 102 72 76
Binary 11001100 11010111 1100111 101 0 110100 10000 1000010 111010 111110

Color Harmonies of #CCD767

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD767

Black with #CCD767

Text Example


Text Example

White with #CCD767

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD767; }

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

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

background-color css

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

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

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

border-color css

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

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

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