Html Css Color HEX #CCDC69 Goldenrod

📋 copy color: '#CCDC69'

red 204 ◦ green 220 ◦ blue 105

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

Shades of Goldenrod #CCDC69

Tints of Goldenrod #CCDC69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 19.85%

R = 38.56%
G = 41.59%
B = 19.85%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.52

 K value IS 0.14

RGB Variations

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

Color information

#CCDC69 (or 0xCCDC69) is known color: Goldenrod. HEX triplet: CC, DC and 69. RGB value is (204,220,105). Sum of RGB (Red+Green+Blue) = 204+220+105=529 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.56% from 529); Green value is 220 (86.33% from 255 or 41.59% from 529); Blue value is 105 (41.41% from 255 or 19.85% from 529); Max value from RGB is 220 - color contains mainly: green. Hex color #CCDC69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCDC69 is #332396. Grayscale: #CACACA. Windows color (decimal): -3351447 or 6937804. OLE color: 6937804.

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

Color convert

RGB 204 220 105 -
CMYK 0.07 0 0.52 0.14
HSL 68.35º 0.62% 0.64% -
HSV(B) 68.35º 0.52% 0.86% -
XYZ 53.04 65.04 23.12 -
YUV 202.11 73.2 129.35 -
System Red Green Blue C M Y K H S L
Decimal 204 220 105 0.07 0 0.52 0.14 68.35 0.62 0.64
Hex CC DC 69 7 0 34 E 44 3E 40
Octal 314 334 151 7 0 64 16 104 76 100
Binary 11001100 11011100 1101001 111 0 110100 1110 1000100 111110 1000000

Color Harmonies of #CCDC69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDC69

Black with #CCDC69

Text Example


Text Example

White with #CCDC69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDC69; }

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

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

background-color css

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

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

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

border-color css

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

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

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