Html Css Color HEX #CCDA65 Goldenrod

📋 copy color: '#CCDA65'

red 204 ◦ green 218 ◦ blue 101

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

Shades of Goldenrod #CCDA65

Tints of Goldenrod #CCDA65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 19.31%

R = 39.01%
G = 41.68%
B = 19.31%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.54

 K value IS 0.15

RGB Variations

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

Color information

#CCDA65 (or 0xCCDA65) is known color: Goldenrod. HEX triplet: CC, DA and 65. RGB value is (204,218,101). Sum of RGB (Red+Green+Blue) = 204+218+101=523 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.01% from 523); Green value is 218 (85.55% from 255 or 41.68% from 523); Blue value is 101 (39.84% from 255 or 19.31% from 523); Max value from RGB is 218 - color contains mainly: green. Hex color #CCDA65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCDA65 is #33259A. Grayscale: #C8C8C8. Windows color (decimal): -3351963 or 6675148. OLE color: 6675148.

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

Color convert

RGB 204 218 101 -
CMYK 0.06 0 0.54 0.15
HSL 67.18º 0.61% 0.63% -
HSV(B) 67.18º 0.54% 0.85% -
XYZ 52.32 63.92 21.89 -
YUV 200.48 71.86 130.51 -
System Red Green Blue C M Y K H S L
Decimal 204 218 101 0.06 0 0.54 0.15 67.18 0.61 0.63
Hex CC DA 65 6 0 36 F 43 3D 3F
Octal 314 332 145 6 0 66 17 103 75 77
Binary 11001100 11011010 1100101 110 0 110110 1111 1000011 111101 111111

Color Harmonies of #CCDA65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDA65

Black with #CCDA65

Text Example


Text Example

White with #CCDA65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDA65; }

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

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

background-color css

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

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

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

border-color css

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

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

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