Html Css Color HEX #CCD670 Goldenrod

📋 copy color: '#CCD670'

red 204 ◦ green 214 ◦ blue 112

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

Shades of Goldenrod #CCD670

Tints of Goldenrod #CCD670

RGB

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

 GREEN value IS 214 (83.98% from 255) = 40.38%

 BLUE value IS 112 (44.14% from 255) = 21.13%

R = 38.49%
G = 40.38%
B = 21.13%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#CCD670 (or 0xCCD670) is known color: Goldenrod. HEX triplet: CC, D6 and 70. RGB value is (204,214,112). Sum of RGB (Red+Green+Blue) = 204+214+112=530 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.49% from 530); Green value is 214 (83.98% from 255 or 40.38% from 530); Blue value is 112 (44.14% from 255 or 21.13% from 530); Max value from RGB is 214 - color contains mainly: green. Hex color #CCD670 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCD670 is #33298F. Grayscale: #C7C7C7. Windows color (decimal): -3352976 or 7395020. OLE color: 7395020.

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

Color convert

RGB 204 214 112 -
CMYK 0.05 0 0.48 0.16
HSL 65.88º 0.55% 0.64% -
HSV(B) 65.88º 0.48% 0.84% -
XYZ 51.87 62.1 24.58 -
YUV 199.38 78.69 131.29 -
System Red Green Blue C M Y K H S L
Decimal 204 214 112 0.05 0 0.48 0.16 65.88 0.55 0.64
Hex CC D6 70 5 0 30 10 42 37 40
Octal 314 326 160 5 0 60 20 102 67 100
Binary 11001100 11010110 1110000 101 0 110000 10000 1000010 110111 1000000

Color Harmonies of #CCD670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD670

Black with #CCD670

Text Example


Text Example

White with #CCD670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD670; }

 p { color: rgb(204,214,112); }

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

background-color css

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

 a { background-color: rgb(204,214,112); }

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

border-color css

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

 span { border-color: rgb(204,214,112); }

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