Html Css Color HEX #CCB51C Bird Flower

📋 copy color: '#CCB51C'

red 204 ◦ green 181 ◦ blue 28

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

Shades of Bird Flower #CCB51C

Tints of Bird Flower #CCB51C

RGB

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

 GREEN value IS 181 (71.09% from 255) = 43.83%

 BLUE value IS 28 (11.33% from 255) = 6.78%

R = 49.39%
G = 43.83%
B = 6.78%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.86

 K value IS 0.2

RGB Variations

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

Color information

#CCB51C (or 0xCCB51C) is known color: Bird Flower. HEX triplet: CC, B5 and 1C. RGB value is (204,181,28). Sum of RGB (Red+Green+Blue) = 204+181+28=413 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.39% from 413); Green value is 181 (71.09% from 255 or 43.83% from 413); Blue value is 28 (11.33% from 255 or 6.78% from 413); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB51C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB51C is #334AE3. Grayscale: #ABABAB. Windows color (decimal): -3361508 or 1881548. OLE color: 1881548.

HSL color Cylindrical-coordinate representation of color #CCB51C: hue angle of 52.16º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CCB51C is Cyan = 0, Magento = 0.11, Yellow = 0.86 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 181 28 -
CMYK 0 0.11 0.86 0.2
HSL 52.16º 0.76% 0.45% -
HSV(B) 52.16º 0.86% 0.8% -
XYZ 41.64 45.97 7.78 -
YUV 170.44 47.62 151.94 -
System Red Green Blue C M Y K H S L
Decimal 204 181 28 0 0.11 0.86 0.2 52.16 0.76 0.45
Hex CC B5 1C 0 B 56 14 34 4C 2D
Octal 314 265 34 0 13 126 24 64 114 55
Binary 11001100 10110101 11100 0 1011 1010110 10100 110100 1001100 101101

Color Harmonies of #CCB51C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB51C

Black with #CCB51C

Text Example


Text Example

White with #CCB51C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB51C; }

 p { color: rgb(204,181,28); }

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

background-color css

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

 a { background-color: rgb(204,181,28); }

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

border-color css

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

 span { border-color: rgb(204,181,28); }

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