Html Css Color HEX #CCB21C Bird Flower

📋 copy color: '#CCB21C'

red 204 ◦ green 178 ◦ blue 28

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

Shades of Bird Flower #CCB21C

Tints of Bird Flower #CCB21C

RGB

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

 GREEN value IS 178 (69.92% from 255) = 43.41%

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

R = 49.76%
G = 43.41%
B = 6.83%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.86

 K value IS 0.2

RGB Variations

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

Color information

#CCB21C (or 0xCCB21C) is known color: Bird Flower. HEX triplet: CC, B2 and 1C. RGB value is (204,178,28). Sum of RGB (Red+Green+Blue) = 204+178+28=410 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.76% from 410); Green value is 178 (69.92% from 255 or 43.41% from 410); Blue value is 28 (11.33% from 255 or 6.83% from 410); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB21C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCB21C is #334DE3. Grayscale: #A9A9A9. Windows color (decimal): -3362276 or 1880780. OLE color: 1880780.

HSL color Cylindrical-coordinate representation of color #CCB21C: hue angle of 51.14º 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 #CCB21C is Cyan = 0, Magento = 0.13, Yellow = 0.86 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 178 28 -
CMYK 0 0.13 0.86 0.2
HSL 51.14º 0.76% 0.45% -
HSV(B) 51.14º 0.86% 0.8% -
XYZ 41.03 44.76 7.58 -
YUV 168.67 48.61 153.2 -
System Red Green Blue C M Y K H S L
Decimal 204 178 28 0 0.13 0.86 0.2 51.14 0.76 0.45
Hex CC B2 1C 0 D 56 14 33 4C 2D
Octal 314 262 34 0 15 126 24 63 114 55
Binary 11001100 10110010 11100 0 1101 1010110 10100 110011 1001100 101101

Color Harmonies of #CCB21C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB21C

Black with #CCB21C

Text Example


Text Example

White with #CCB21C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB21C; }

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

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

background-color css

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

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

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

border-color css

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

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

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