Html Css Color HEX #CCDB69 Goldenrod

📋 copy color: '#CCDB69'

red 204 ◦ green 219 ◦ blue 105

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

Shades of Goldenrod #CCDB69

Tints of Goldenrod #CCDB69

RGB

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

 GREEN value IS 219 (85.94% from 255) = 41.48%

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

R = 38.64%
G = 41.48%
B = 19.89%

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

#CCDB69 (or 0xCCDB69) is known color: Goldenrod. HEX triplet: CC, DB and 69. RGB value is (204,219,105). Sum of RGB (Red+Green+Blue) = 204+219+105=528 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.64% from 528); Green value is 219 (85.94% from 255 or 41.48% from 528); Blue value is 105 (41.41% from 255 or 19.89% from 528); Max value from RGB is 219 - color contains mainly: green. Hex color #CCDB69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCDB69 is #332496. Grayscale: #C9C9C9. Windows color (decimal): -3351703 or 6937548. OLE color: 6937548.

HSL color Cylindrical-coordinate representation of color #CCDB69: hue angle of 67.89º degrees, saturation: 0.61, 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 #CCDB69 is Cyan = 0.07, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.14.

Color convert

RGB 204 219 105 -
CMYK 0.07 0 0.52 0.14
HSL 67.89º 0.61% 0.64% -
HSV(B) 67.89º 0.52% 0.86% -
XYZ 52.78 64.52 23.04 -
YUV 201.52 73.53 129.77 -
System Red Green Blue C M Y K H S L
Decimal 204 219 105 0.07 0 0.52 0.14 67.89 0.61 0.64
Hex CC DB 69 7 0 34 E 44 3D 40
Octal 314 333 151 7 0 64 16 104 75 100
Binary 11001100 11011011 1101001 111 0 110100 1110 1000100 111101 1000000

Color Harmonies of #CCDB69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCDB69

Black with #CCDB69

Text Example


Text Example

White with #CCDB69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCDB69; }

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

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

background-color css

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

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

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

border-color css

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

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

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