Html Css Color HEX #CCD46B Goldenrod

📋 copy color: '#CCD46B'

red 204 ◦ green 212 ◦ blue 107

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

Shades of Goldenrod #CCD46B

Tints of Goldenrod #CCD46B

RGB

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

 GREEN value IS 212 (83.2% from 255) = 40.54%

 BLUE value IS 107 (42.19% from 255) = 20.46%

R = 39.01%
G = 40.54%
B = 20.46%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.50

 K value IS 0.17

RGB Variations

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

Color information

#CCD46B (or 0xCCD46B) is known color: Goldenrod. HEX triplet: CC, D4 and 6B. RGB value is (204,212,107). Sum of RGB (Red+Green+Blue) = 204+212+107=523 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.01% from 523); Green value is 212 (83.20% from 255 or 40.54% from 523); Blue value is 107 (42.19% from 255 or 20.46% from 523); Max value from RGB is 212 - color contains mainly: green. Hex color #CCD46B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD46B is #332B94. Grayscale: #C6C6C6. Windows color (decimal): -3353493 or 7066828. OLE color: 7066828.

HSL color Cylindrical-coordinate representation of color #CCD46B: hue angle of 64.57º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CCD46B is Cyan = 0.04, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.17.

Color convert

RGB 204 212 107 -
CMYK 0.04 0 0.50 0.17
HSL 64.57º 0.55% 0.63% -
HSV(B) 64.57º 0.5% 0.83% -
XYZ 51.1 60.99 22.99 -
YUV 197.64 76.85 132.54 -
System Red Green Blue C M Y K H S L
Decimal 204 212 107 0.04 0 0.50 0.17 64.57 0.55 0.63
Hex CC D4 6B 4 0 32 11 41 37 3F
Octal 314 324 153 4 0 62 21 101 67 77
Binary 11001100 11010100 1101011 100 0 110010 10001 1000001 110111 111111

Color Harmonies of #CCD46B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD46B

Black with #CCD46B

Text Example


Text Example

White with #CCD46B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD46B; }

 p { color: rgb(204,212,107); }

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

background-color css

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

 a { background-color: rgb(204,212,107); }

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

border-color css

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

 span { border-color: rgb(204,212,107); }

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