Html Css Color HEX #CCBD1F Bird Flower

📋 copy color: '#CCBD1F'

red 204 ◦ green 189 ◦ blue 31

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

Shades of Bird Flower #CCBD1F

Tints of Bird Flower #CCBD1F

RGB

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

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

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

R = 48.11%
G = 44.58%
B = 7.31%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.85

 K value IS 0.2

RGB Variations

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

Color information

#CCBD1F (or 0xCCBD1F) is known color: Bird Flower. HEX triplet: CC, BD and 1F. RGB value is (204,189,31). Sum of RGB (Red+Green+Blue) = 204+189+31=424 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48.11% from 424); Green value is 189 (74.22% from 255 or 44.58% from 424); Blue value is 31 (12.5% from 255 or 7.31% from 424); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBD1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCBD1F is #3342E0. Grayscale: #B0B0B0. Windows color (decimal): -3359457 or 2080204. OLE color: 2080204.

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

Color convert

RGB 204 189 31 -
CMYK 0 0.07 0.85 0.2
HSL 54.8º 0.74% 0.46% -
HSV(B) 54.8º 0.85% 0.8% -
XYZ 43.35 49.33 8.53 -
YUV 175.47 46.47 148.35 -
System Red Green Blue C M Y K H S L
Decimal 204 189 31 0 0.07 0.85 0.2 54.8 0.74 0.46
Hex CC BD 1F 0 7 55 14 37 4A 2E
Octal 314 275 37 0 7 125 24 67 112 56
Binary 11001100 10111101 11111 0 111 1010101 10100 110111 1001010 101110

Color Harmonies of #CCBD1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCBD1F

Black with #CCBD1F

Text Example


Text Example

White with #CCBD1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCBD1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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