Html Css Color HEX #CCB61B Bird Flower

📋 copy color: '#CCB61B'

red 204 ◦ green 182 ◦ blue 27

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

Shades of Bird Flower #CCB61B

Tints of Bird Flower #CCB61B

RGB

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

 GREEN value IS 182 (71.48% from 255) = 44.07%

 BLUE value IS 27 (10.94% from 255) = 6.54%

R = 49.39%
G = 44.07%
B = 6.54%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.87

 K value IS 0.2

RGB Variations

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

Color information

#CCB61B (or 0xCCB61B) is known color: Bird Flower. HEX triplet: CC, B6 and 1B. RGB value is (204,182,27). Sum of RGB (Red+Green+Blue) = 204+182+27=413 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.39% from 413); Green value is 182 (71.48% from 255 or 44.07% from 413); Blue value is 27 (10.94% from 255 or 6.54% from 413); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB61B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB61B is #3349E4. Grayscale: #ABABAB. Windows color (decimal): -3361253 or 1816268. OLE color: 1816268.

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

Color convert

RGB 204 182 27 -
CMYK 0 0.11 0.87 0.2
HSL 52.54º 0.77% 0.45% -
HSV(B) 52.54º 0.87% 0.8% -
XYZ 41.83 46.37 7.78 -
YUV 170.91 46.79 151.6 -
System Red Green Blue C M Y K H S L
Decimal 204 182 27 0 0.11 0.87 0.2 52.54 0.77 0.45
Hex CC B6 1B 0 B 57 14 35 4D 2D
Octal 314 266 33 0 13 127 24 65 115 55
Binary 11001100 10110110 11011 0 1011 1010111 10100 110101 1001101 101101

Color Harmonies of #CCB61B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB61B

Black with #CCB61B

Text Example


Text Example

White with #CCB61B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB61B; }

 p { color: rgb(204,182,27); }

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

background-color css

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

 a { background-color: rgb(204,182,27); }

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

border-color css

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

 span { border-color: rgb(204,182,27); }

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