Html Css Color HEX #CCB203 Bird Flower

📋 copy color: '#CCB203'

red 204 ◦ green 178 ◦ blue 3

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

Shades of Bird Flower #CCB203

Tints of Bird Flower #CCB203

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.78%

R = 52.99%
G = 46.23%
B = 0.78%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.99

 K value IS 0.2

RGB Variations

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

Color information

#CCB203 (or 0xCCB203) is known color: Bird Flower. HEX triplet: CC, B2 and 03. RGB value is (204,178,3). Sum of RGB (Red+Green+Blue) = 204+178+3=385 (50% of max value = 765). Red value is 204 (80.08% from 255 or 52.99% from 385); Green value is 178 (69.92% from 255 or 46.23% from 385); Blue value is 3 (1.56% from 255 or 0.78% from 385); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB203 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CCB203 is #334DFC. Grayscale: #A6A6A6. Windows color (decimal): -3362301 or 242380. OLE color: 242380.

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

Color convert

RGB 204 178 3 -
CMYK 0 0.13 0.99 0.2
HSL 52.24º 0.97% 0.41% -
HSV(B) 52.24º 0.99% 0.8% -
XYZ 40.84 44.68 6.56 -
YUV 165.82 36.11 155.23 -
System Red Green Blue C M Y K H S L
Decimal 204 178 3 0 0.13 0.99 0.2 52.24 0.97 0.41
Hex CC B2 3 0 D 63 14 34 61 29
Octal 314 262 3 0 15 143 24 64 141 51
Binary 11001100 10110010 11 0 1101 1100011 10100 110100 1100001 101001

Color Harmonies of #CCB203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB203

Black with #CCB203

Text Example


Text Example

White with #CCB203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB203; }

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

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

background-color css

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

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

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

border-color css

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

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

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