Html Css Color HEX #CCBD0B Bird Flower

📋 copy color: '#CCBD0B'

red 204 ◦ green 189 ◦ blue 11

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

Shades of Bird Flower #CCBD0B

Tints of Bird Flower #CCBD0B

RGB

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

 GREEN value IS 189 (74.22% from 255) = 46.78%

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

R = 50.5%
G = 46.78%
B = 2.72%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.95

 K value IS 0.2

RGB Variations

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

Color information

#CCBD0B (or 0xCCBD0B) is known color: Bird Flower. HEX triplet: CC, BD and 0B. RGB value is (204,189,11). Sum of RGB (Red+Green+Blue) = 204+189+11=404 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.50% from 404); Green value is 189 (74.22% from 255 or 46.78% from 404); Blue value is 11 (4.69% from 255 or 2.72% from 404); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBD0B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CCBD0B is #3342F4. Grayscale: #ADADAD. Windows color (decimal): -3359477 or 769484. OLE color: 769484.

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

Color convert

RGB 204 189 11 -
CMYK 0 0.07 0.95 0.2
HSL 55.34º 0.9% 0.42% -
HSV(B) 55.34º 0.95% 0.8% -
XYZ 43.16 49.26 7.55 -
YUV 173.19 36.47 149.97 -
System Red Green Blue C M Y K H S L
Decimal 204 189 11 0 0.07 0.95 0.2 55.34 0.9 0.42
Hex CC BD B 0 7 5F 14 37 5A 2A
Octal 314 275 13 0 7 137 24 67 132 52
Binary 11001100 10111101 1011 0 111 1011111 10100 110111 1011010 101010

Color Harmonies of #CCBD0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBD0B

Black with #CCBD0B

Text Example


Text Example

White with #CCBD0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBD0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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