Html Css Color HEX #CCBC0B Bird Flower

📋 copy color: '#CCBC0B'

red 204 ◦ green 188 ◦ blue 11

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

Shades of Bird Flower #CCBC0B

Tints of Bird Flower #CCBC0B

RGB

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

 GREEN value IS 188 (73.83% from 255) = 46.65%

 BLUE value IS 11 (4.69% from 255) = 2.73%

R = 50.62%
G = 46.65%
B = 2.73%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.95

 K value IS 0.2

RGB Variations

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

Color information

#CCBC0B (or 0xCCBC0B) is known color: Bird Flower. HEX triplet: CC, BC and 0B. RGB value is (204,188,11). Sum of RGB (Red+Green+Blue) = 204+188+11=403 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.62% from 403); Green value is 188 (73.83% from 255 or 46.65% from 403); Blue value is 11 (4.69% from 255 or 2.73% from 403); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBC0B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCBC0B is #3343F4. Grayscale: #ADADAD. Windows color (decimal): -3359733 or 769228. OLE color: 769228.

HSL color Cylindrical-coordinate representation of color #CCBC0B: hue angle of 55.03º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CCBC0B is Cyan = 0, Magento = 0.08, Yellow = 0.95 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 188 11 -
CMYK 0 0.08 0.95 0.2
HSL 55.03º 0.9% 0.42% -
HSV(B) 55.03º 0.95% 0.8% -
XYZ 42.95 48.83 7.48 -
YUV 172.61 36.8 150.39 -
System Red Green Blue C M Y K H S L
Decimal 204 188 11 0 0.08 0.95 0.2 55.03 0.9 0.42
Hex CC BC B 0 8 5F 14 37 5A 2A
Octal 314 274 13 0 10 137 24 67 132 52
Binary 11001100 10111100 1011 0 1000 1011111 10100 110111 1011010 101010

Color Harmonies of #CCBC0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBC0B

Black with #CCBC0B

Text Example


Text Example

White with #CCBC0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBC0B; }

 p { color: rgb(204,188,11); }

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

background-color css

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

 a { background-color: rgb(204,188,11); }

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

border-color css

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

 span { border-color: rgb(204,188,11); }

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