Html Css Color HEX #CCB21F Bird Flower

📋 copy color: '#CCB21F'

red 204 ◦ green 178 ◦ blue 31

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

Shades of Bird Flower #CCB21F

Tints of Bird Flower #CCB21F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 7.51%

R = 49.39%
G = 43.1%
B = 7.51%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.85

 K value IS 0.2

RGB Variations

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

Color information

#CCB21F (or 0xCCB21F) is known color: Bird Flower. HEX triplet: CC, B2 and 1F. RGB value is (204,178,31). Sum of RGB (Red+Green+Blue) = 204+178+31=413 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.39% from 413); Green value is 178 (69.92% from 255 or 43.10% from 413); Blue value is 31 (12.5% from 255 or 7.51% from 413); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB21F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCB21F is #334DE0. Grayscale: #A9A9A9. Windows color (decimal): -3362273 or 2077388. OLE color: 2077388.

HSL color Cylindrical-coordinate representation of color #CCB21F: hue angle of 50.98º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CCB21F is Cyan = 0, Magento = 0.13, Yellow = 0.85 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 178 31 -
CMYK 0 0.13 0.85 0.2
HSL 50.98º 0.74% 0.46% -
HSV(B) 50.98º 0.85% 0.8% -
XYZ 41.07 44.78 7.77 -
YUV 169.02 50.11 152.95 -
System Red Green Blue C M Y K H S L
Decimal 204 178 31 0 0.13 0.85 0.2 50.98 0.74 0.46
Hex CC B2 1F 0 D 55 14 33 4A 2E
Octal 314 262 37 0 15 125 24 63 112 56
Binary 11001100 10110010 11111 0 1101 1010101 10100 110011 1001010 101110

Color Harmonies of #CCB21F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB21F

Black with #CCB21F

Text Example


Text Example

White with #CCB21F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB21F; }

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

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

background-color css

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

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

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

border-color css

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

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

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